home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 358
- Top = 183
- BorderStyle = bsDialog
- Caption = 'Form1'
- ClientHeight = 453
- ClientWidth = 530
- Color = clSilver
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 63
- Top = 39
- Width = 177
- Height = 16
- Caption = 'TShine Component Demo'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object Label2: TLabel
- Left = 88
- Top = 72
- Width = 389
- Height = 16
- Caption = 'Creates a shiny spot on the left-top corner of any control.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object Label3: TLabel
- Left = 120
- Top = 104
- Width = 341
- Height = 16
- Caption = 'http://www.geocities.com/SiliconValley/Bay/2111/'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGray
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object Label4: TLabel
- Left = 168
- Top = 136
- Width = 187
- Height = 16
- Caption = 'unclesisko@geocities.com'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGray
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object ShineyRed: TShiney
- Left = 116
- Top = 368
- Width = 100
- Height = 100
- ShineColor = clRed
- end
- object ShineyWhite: TShiney
- Left = 4
- Top = 400
- Width = 40
- Height = 40
- ShineColor = clWhite
- end
- object Button1: TButton
- Left = 56
- Top = 216
- Width = 75
- Height = 25
- Caption = 'Button1'
- TabOrder = 0
- end
- object Button2: TButton
- Left = 232
- Top = 216
- Width = 75
- Height = 25
- Caption = 'Button2'
- TabOrder = 1
- end
- object Button3: TButton
- Left = 128
- Top = 312
- Width = 75
- Height = 25
- Caption = 'Button3'
- TabOrder = 2
- end
- object Button4: TButton
- Left = 376
- Top = 304
- Width = 75
- Height = 25
- Caption = 'Button4'
- TabOrder = 3
- end
- object ShineyYellow: TShiney
- Left = 280
- Top = 408
- Width = 40
- Height = 40
- ShineColor = 8454143
- end
- object Timer1: TTimer
- OnTimer = Timer1Timer
- Left = 216
- Top = 408
- end
- object Timer2: TTimer
- Interval = 500
- OnTimer = Timer2Timer
- Left = 328
- Top = 408
- end
- object Timer3: TTimer
- Interval = 100
- OnTimer = Timer3Timer
- Left = 48
- Top = 408
- end
- end
-